/* bootstrap样式覆盖 */
a {
	text-decoration: none !important;
}

* {
	font-family: "GOTHIC";
}



/* bootstrap样式覆盖 */



.topmenu li a {
	color: #dcbc35;
}

.topmenu li.on a {
	color: #FFF;
}

.topmenu li.jec.on a {
	color: #a2c338;
}

.topmenu li a:hover {
	color: #FFF;
}

.topmenu li.jec a:hover {
	color: #a2c338;
}

.topmenu li.contact a {
	background-color: #dcbc35;
	color: #FFF;
}

.all .swiper-pagination-bullet-active {
	background: #dcbc35;
}

.bg1 {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/zchome-bg-min.jpg?versionId=CAEQGxiBgICTuIrH0RciIGUzZDdlMGMzZTcyNjRmYTZiOTZhYWUxNGMwOTUzYTcz") no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100% !important;
	height: 100%;

}

.service {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/zchome-bg-minc.jpg?versionId=CAEQGxiBgICXuYrH0RciIDYzYzNjNTVkOWYyOTQzY2NiZjU0ZWY5ODBlY2M4OTY4") no-repeat;
	background-size: cover;
	background-position: center center;


}

.aboutus {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/zchome-bg-min.jpg?versionId=CAEQGxiBgICTuIrH0RciIGUzZDdlMGMzZTcyNjRmYTZiOTZhYWUxNGMwOTUzYTcz") no-repeat;
	background-size: cover;
	background-position: center center;
}

.parttext{
	font-family: 'IMPACT';font-size: 7rem;
}

.aboutus.inner .container .content .content-inner {
	padding: 0 8%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.aboutus.inner .container .content .t {}

.aboutus.inner .container .content .t p {
	line-height: 1;
	position: relative;
}

.aboutus.inner .container .content .t p:nth-child(1) {
	font-family: "GOTHIC";
	color: #FFF;
	font-size: 3rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.aboutus.inner .container .content .t p:nth-child(2) {
	font-family: "IMPACT";
	color: #dcbc35;
	/* border-right: #FFF solid 3px; */
	font-size: 6.5rem;
}

.aboutus.inner .container .content .t p:nth-child(2):after {
	content: "";
	width: 3px;
	border-radius: 1.5px;
	height: 80%;
	background-color: #FFF;
	position: absolute;
	right: -37%;
	top: 10%;
}

.aboutus.inner .container .content .c {
	font-family: "GOTHIC";
	color: #FFF;
	font-size: 2rem;
	line-height: 1.5;
	padding: 7% 0 0 8%;
}

.aboutus.inner .container .content .c .text span {
	font-weight: 700;
	font-size: 3rem;
}

.aboutus.inner .container .content .c .btn {
	margin-top: 3rem;
	width: 100%;
	text-align: right;
}

.aboutus.inner .container .content .c .btn a {
	color: #FFF;
}

.aboutus.inner .container .content .c .btn a:hover {
	color: #dcbc35;
}

.aboutus.inner .container .content .c .btn a:hover i {
	background-color: #dcbc35;
}

.jec1 {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/about-bg.jpg?versionId=CAEQGxiBgMCbs4rH0RciIDNiZDQ4MDVjNGZiMDQ4ZjE4ZWQwMmY3ZWY0NzQ3OWFm") no-repeat;
	background-size: cover;
	background-position: center center;
}

.jec1.inner .container {
	height: 50rem;
}

.jec1.inner .container .content-jec {
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
}

.jec1.inner .container .content-jec .content-jec-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 140rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%;
}

.jec1.inner .container .content-jec .left {
	width: 48%;
	padding: 3%;
	/* display: flex;
    justify-content: center;
    align-items: center; */
}

.jec1.inner .container .content-jec .left img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}

.jec1.inner .container .content-jec .right {
	width: 52%;
	padding: 2% 5% 0 0;
}

.jec1.inner .container .content-jec .right .title {
	font-family: "GOTHICB";
	line-height: 1;
	color: #000;
	font-size: 6rem;
	margin-bottom: 1rem;
}

.jec1.inner .container .content-jec .right .title span {
	color: #a2c338;
}

.jec1.inner .container .content-jec .right .subtitle {
	font-family: "GOTHICB";
	line-height: 1;
	color: #000;
	font-size: 2rem;
	border-left: #000 solid 3px;
	position: relative;
	padding-left: 1%;
	margin-bottom: 3rem;
}

.jec1.inner .container .content-jec .right .subtitle a {
	position: absolute;
	right: 0;
	top: 0;
}

.jec1.inner .container .content-jec .right .text {
	font-family: "GOTHIC";
	line-height: 1.5;
	color: #373835;
	font-size: 1.4rem;
}

.jec1.inner .container .content-jec .right .text span {
	font-size: 1.6rem;
	font-weight: 700;
}

.jec1.inner .container .content-jec .right a {
	font-family: "GOTHIC";
	color: #dcbc35;
}

.jec1.inner .container .content-jec .right a:hover {
	color: #a2c338;
}

.jec1.inner .container .content-jec .right a:hover i {
	background-color: #a2c338;
}

.news1 {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/zchome-bg-minc.jpg?versionId=CAEQGxiBgICXuYrH0RciIDYzYzNjNTVkOWYyOTQzY2NiZjU0ZWY5ODBlY2M4OTY4") no-repeat;
	background-size: cover;
	background-position: center center;
}

.news1.inner .container {
	/* height: 55rem; */
	height: auto;
}

.all.news1.inner .swiper-container#News .swiper-slide {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	cursor: pointer;
}

.news1.inner .swiper-container#News .swiper-slide .pic {
	width: 100%;
}

.news1.inner .swiper-container#News .swiper-slide .pic img {
	width: 100%;
	object-fit: fill;
}

.news1.inner .swiper-container#News {
	height: 34rem;
	padding: 6rem 0 3rem;
	margin: 0 auto;
	width: 92%;
}

.news1.inner .swiper-container#News .swiper-slide .name {
	color: #FFF;
	line-height: 2.3;
	font-size: 2rem;
	color: #3F3F3F;
	width: 100%;
	text-align: center;
}

.news1.inner .arrow {
	width: 3rem;
	position: absolute;
	top: 40%;
	cursor: pointer;
}

.news1.inner .arrow-left {
	left: -2%;
}

.news1.inner .arrow-right {
	right: -2%;
}

.news1.inner .swiper-container#News .swiper-scrollbar {
	background: #908684;
}

.news1.inner .swiper-container#News .swiper-scrollbar-drag {
	background: #dcbc35;
}

.news1.inner .swiper-container-horizontal#News>.swiper-scrollbar {
	left: 0;
	width: 100%;
}

.news1.inner .container .content .btn {
	text-align: right;
	width: 92%;
	margin: 2rem auto 0;
}

.news1.inner .container .content .btn a {
	color: #FFF;
	line-height: 1.5;
}

.news1.inner .container .content .btn a:hover {
	color: #dcbc35;
}

.news1.inner .container .content .btn a:hover i {
	background-color: #dcbc35;
}

.news1.inner .container .banner {
	display: none;
	position: absolute;
	top: 19%;
	left: 0%;
	width: 100%;
	z-index: 100;
}

.news1.inner .container .banner .bannerin {
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
	background-color: white;
	padding: 1%;
	position: relative;
	height: 100%;
}

.news1.inner .container .banner .close {
	width: 4.9rem;
	cursor: pointer;
	position: absolute;
	right: -4.9rem;
	top: -4.9rem;
}

.news1.inner .container .banner .pic {
	line-height: 1;
}

.news1.inner .container .banner .pic img {
	width: 110%;
}

.news1.inner .container .banner .name {
	color: #FFF;
	line-height: 1.8;
	font-size: 2rem;
	color: #3F3F3F;
	width: 100%;
	text-align: center;
}

.news1.inner .container .banner .swiper-button-next,
.news1.inner .container .banner .swiper-button-prev {
	width: 6rem;
	height: 10.5rem;
	opacity: 1;
	top: 40%;
}

.news1.inner .container .banner .swiper-button-prev {
	background: url("../../images/arrow-left2.png") no-repeat;
	background-size: cover;
}

.news1.inner .container .banner .swiper-button-next {
	background: url("../../images/arrow-right2.png") no-repeat;
	background-size: cover;
}

.news1.inner .container .banner .swiper-button-next:after,
.news1.inner .container .banner .swiper-button-prev:after {
	font-size: 0;
}

.news1.inner .container .banner .swiper-slide {
	display: block;
	transform: scale(.8);
	-ms-transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	opacity: .5;
}

.news1.inner .container .banner .swiper-slide.swiper-slide-active {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}




.partners1 {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/zchome-bg-minc.jpg?versionId=CAEQGxiBgICXuYrH0RciIDYzYzNjNTVkOWYyOTQzY2NiZjU0ZWY5ODBlY2M4OTY4") no-repeat;
	background-size: cover;
	background-position: center center;
}

.place {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/endph.jpg?versionId=CAEQGxiBgMCLs4rH0RciIDg0YWZhYjkzZjM4NDQzMmQ5YTFkMGVjMzAyOTU4MDA2") no-repeat;
	background-size: cover;
	background-position: center center;
}


.partners1.inner .container {
	/* height: 55rem; */
	height: auto;
}

.all.partners1.inner .swiper-slide {
	display: block;
}

.all.partners1.inner .swiper-slide .cont {
	display: block;
	height: auto;
	/* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-evenly; */
}

/* .all.partners1.inner .swiper-slide .cont:after {
    content: "";
    width: 18%;
    display: block;
    height: 0;
} */

.all.partners1.inner .swiper-slide .cont .pic {
	width: 18%;
	display: inline-block;
	margin: 0 1% 3% 1%;
}

.all.partners1.inner .swiper-slide .cont .pic img {
	width: 100%;
	background-color: rgba(12, 12, 12, .9);
	/* background-color: red; */
}

.partners1.inner .arrow {
	width: 3rem;
	position: absolute;
	top: 43%;
	cursor: pointer;
}

.partners1.inner .arrow-left {
	left: 1%;
}

.partners1.inner .arrow-right {
	right: 1%;
}

.partners1.inner .swiper-scrollbar {
	background: #908684;
}

.partners1.inner .swiper-scrollbar-drag {
	background: #dcbc35;
}

.partners1.inner .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	width: 100%;
}

.partners1.inner .swiper-container {
	/* height: 100%; */
	/* padding: 1rem 0 0; */
	margin: 0 auto;
	width: 92%;
}

.team1 {
	background: url("https://gzc-demonstrate1.oss-cn-shanghai.aliyuncs.com/companyWebsite/images/about-bg.jpg?versionId=CAEQGxiBgMCbs4rH0RciIDNiZDQ4MDVjNGZiMDQ4ZjE4ZWQwMmY3ZWY0NzQ3OWFm") no-repeat;
	background-size: cover;
	background-position: center center;
}

.headerfont{
	font-family: "ANITA-SEMI-SQUARE" !important;
	
}

.lastfont{
	font-family: "IMPACT" !important;
	font-size: 7rem;
}
.managefont{
	font-family: "IMPACT" !important;
	font-size: 5.5rem;
}

.team1.inner .container {
	height: auto;
}

.team1.inner .container .member {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.team1.inner .container .member .item {
	line-height: 1;
	color: #FFF;
	font-family: "GOTHIC";
	width: 20%;
}

.team1.inner .container .member .item a {
	color: #FFF;
}

.team1.inner .container .member .item .info {
	background-color: #2C2D2D;
	padding: 3%;
}

.team1.inner .container .member .item .photo {
	background-color: #FFF;
}

.team1.inner .container .member .item .photo img {
	width: 100%;
}

.team1.inner .container .member .item .name {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.team1.inner .container .member .item .title {
	font-size: 1rem;
	height: 4rem;
}

.team1.inner .container .member .item .mail {
	font-size: 1.4rem;
}

.team1.inner .container .member .item .line {
	margin-bottom: .4rem;
}

.popup.popup-jec .content .cont {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 3%;
}

.popup.popup-jec .content .cont .left {
	width: 52%;
	margin-right: 4%;
	/* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.popup.popup-jec .content .cont .left img {
	width: 100%;
	height: auto;
	display: block;
}

.popup.popup-jec .content .cont .left h4 {
	font-family: "GOTHICB";
	color: #A3C337;
	font-size: 3rem;
	line-height: 1.2;
	margin-top: 2rem;
}

.popup.popup-jec .content .cont .right {
	width: 42%;
	display: flex;
	justify-content: center;
	padding-top: 4%;
}

.popup.popup-jec .content .cont .right p {
	font-family: "GOTHIC";
	color: #231815;
	line-height: 1.5;
	font-size: 1.2rem;
}

/* service 样式 */
.oservices {
	font-family: "GOTHIC";
	line-height: 1;
	font-size: 4rem;
	color: #e5b340;

}

.wwchelp {
	font-family: "IMPACT";
	line-height: 1;
	font-size: 7rem;
	color: #FFF;
	

}

.servicemargin{
	margin-top: 15rem;
}

.serviceOne {
	width: 26rem;
	height: 34rem;
	background: rgba(229, 179, 64, 1);
	position: relative;
}

.serviceOneImg {
	width: 100%;
	height: 34rem;
	object-fit: cover;
	opacity: 0.15;
}


.all .swiper-slides h2 {
	font-family: "IMPACT";
	color: #FFF;

	font-weight: 300;
	margin-bottom: 3rem;
	font-size: 7rem;
	line-height: 1;
	text-shadow: 0 0 5px #666;
	letter-spacing: .2rem;

}

.all .swiper-slides h3 {
	    font-family: "GOTHIC";
	    color: #FFF;
	   
	    margin-bottom: 3rem;
	    font-size: 3rem;
	    line-height: 1;
	    text-shadow: 0 0 5px #666;

}

.all .swiper-slides h4 {
	font-family: "GOTHIC";
	color: #FFF;
	margin-left: -62rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	line-height: 1;
	text-shadow: 0 0 5px #666;

}

.all .swiper-slides .cont {
	height: 15rem;
	display: flex;
	margin-top: 20%;
	flex-direction: column;
	width: 100%;
	text-align: center;
	position: fixed;
}


/* partners样式 */
.CooperPartners {
	color: #FFFFFF;
	font-size: 5rem;
	text-align: center;
	
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {

	color: #dcbc35;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	color: #dcbc35;
}


.partphoto1:hover {
	background-color: #232a4b !important;
}

.partphoto2:hover {
	background-color: #23568a !important;
}
.partphoto3:hover {
	background-color: #b21f23 !important;
}
.partphoto4:hover {
	background-color: #1c72b0 !important;
}
.partphoto5:hover {
	background-color: #0a3d7b !important;
}
.partphoto6:hover {
	background-color: #92b73c !important;
}

.videoContexts{
	position: absolute;left: 50%;top: 59%;transform: translate(-50%,-50%);display: none;
}

.videoWidth{
	width: 750px;
	 
}

.closeVideo{
display: block;margin: 0 auto;width: 3.9rem;position: absolute;margin-left: 69rem;margin-top: 1rem;z-index: 999999;
}


/* team样式 */
.teamall {
	width: 22rem;
	height: auto;
	display: flex;
	flex-direction: column;
	background: #2c2d2d;
	margin-left: 5rem;
}

.teamPhoto {
	width: 22rem;
	height: 21rem;
}

.teamPhotoTextOne {
	color: #FFFFFF;
	font-size: 1.8625rem;
	margin-left: 1rem;
	margin-top: 2rem;
	font-weight: bold;
}

.teamPhotoTextTwo {
	color: #FFFFFF;
	font-size: 0.325rem;
	margin-left: 1rem;
	margin-top: 2rem;
}

.teamPhotoTextThree {
	color: #FFFFFF;
	font-size: 0.825rem;
	margin-left: 1rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.teamsOne {
	color: #e5b340;
	font-size: 5rem;
	text-align: left;
	margin-bottom: 5rem;
	margin-left: 4rem;
}

.teamsTwo {
	color: #FFFFFF;
	font-size: 3rem;
	text-align: left;
	margin-bottom: 7rem;
	margin-left: 4rem;
}

/* place样式 */

.placeOne {
	color: #FFFFFF;
	font-size: 5rem;
	text-align: left;
	margin-bottom: 7rem;
	margin-left: 4rem;
}

.placeTwo {
	color: #FFFFFF;
	font-size: 3rem;
	text-align: left;
	margin-bottom: 15rem;
	margin-left: 4rem;
}

.placecolor {
	color: #c8c8c9;
	font-size: 1rem;
}

.placedetail {
	display: flex;
	flex-direction: column;
	margin-left: 7.5rem;
	margin-top: 2rem;
}

.placedetailshowhiddenone{
	display: none;
}
.placedetailshowhiddentwo{
	display: none;
}

.placedetailshowhiddenthree{
	display: none;
}

.placedetailshowhiddenfour{
	display: none;
}


.tabtextfirst {
	margin-left: 6rem;
	color: #c8c8c9;
	padding-bottom: 2rem;
	z-index: 99;
	cursor: pointer;
	font-weight: bold;
}

.tabtexttwo {
	margin-left: 6rem;
	color: #c8c8c9;
	cursor: pointer;
	padding-bottom: 2rem;
	z-index: 99;
	font-weight: bold;
}

.tabtextthree {
	margin-left: 6rem;
	color: #c8c8c9;
	cursor: pointer;
	padding-bottom: 2rem;
	z-index: 99;
	font-weight: bold;
}

.tabtextfour {
	margin-left: 6rem;
	color: #c8c8c9;
	cursor: pointer;
	padding-bottom: 2rem;
	z-index: 99;
	font-weight: bold;
}

.lineplace {
	height: 0.2rem;
	background: #e6b441;
	margin-top: 2rem;
	margin-left: 9rem;
	width: 597px;
	opacity: 0.5;
	position: absolute;
}

.placecontainer{
	margin-top: 25rem;
}


 .scorlldownPng{
  	position: absolute;
  	  bottom: 3.5rem;
  	  width: 100%;
  	  text-align: center;
  	  z-index: 99;
  }
  .scdownsize{
	  
	  height: 4.5rem;
  }
  

@media screen and (min-width: 992px) {
	/* .serviceOne {
       width: 19rem;
       height: 28rem;
       background: rgba(229,179,64,1);
       position: relative;
   }
   .serviceOneImg {
       width: 100%;
       height: 28rem;
       object-fit: cover;
       opacity: 0.15;
   }
   .col-md-3 {
       width: 26%;
       margin-left: -4rem;
   } */
   
   .servicemargin{
   	margin-top: 10rem;
   }
}

@media screen and (min-width: 992px) and (max-width: 1065px) {

	/* service样式 */
	.serviceOne {
		width: 19rem;
		height: 28rem;
		background: rgba(229, 179, 64, 1);
		position: relative;
	}

	.serviceOneImg {
		width: 100%;
		height: 28rem;
		object-fit: cover;
		opacity: 0.15;
	}

	.col-md-3 {
		width: 26%;
		margin-left: -4rem;
	}

	.wwchelp {

		font-size: 5.5rem;
		margin-left: -18rem;
	}

	.oservices {

		font-size: 3.5rem;
		margin-left: -18rem;
	}

	/* about样式 */
	.aboutus.inner .container .content .c {
		font-family: "GOTHIC";
		color: #FFF;
		font-size: 1.7rem;
		line-height: 1.5;
		padding: 7% 0 0 8%;
	}

	.aboutus.inner .container .content .t p:nth-child(2):after {

		right: -20%;

	}

	.all .swiper-slides h2 {

		font-size: 5rem;

	}

	.all .swiper-slides h3 {

	

		font-size: 3rem;

	}

	.all .swiper-slides h4 {

		margin-left: -57rem;

		font-size: 2rem;

	}


}


@media screen and (min-width: 1065px) and (max-width: 1200px) {

	.col-md-3 {
		width: 25%;
		margin-left: -1rem;
	}

	.row {
		margin-right: -15px;
		margin-left: -69px;
	}

	.serviceOne {
		width: 23rem;
		height: 34rem;
		background: rgba(229, 179, 64, 1);
		position: relative;
	}

	.wwchelp {

		font-size: 5.5rem;

	}

	.oservices {

		font-size: 3.5rem;

	}

	.all .swiper-slides h2 {
		font-size: 5rem;
		

	}

	.all .swiper-slides h3 {

		

		font-size: 3rem;

	}

	.all .swiper-slides h4 {

		margin-left: -42rem;

		font-size: 2rem;

	}

}





@media screen and (min-width: 1200px) and (max-width: 1366px) {
	.oservices {

		font-size: 3rem;

	}

	.wwchelp {

		font-size: 5rem;

	}

	.serviceOne {
		width: 23rem;
		height: 29rem;

	}

	.serviceOneImg {

		height: 29rem;

	}

	

	

	.teamsOne {

		font-size: 4rem;

	}

	.teamsTwo {

		font-size: 2rem;

	}
	.placecontainer{
		margin-top: 20rem;
	}
	.placeTwo {
	  
	    margin-bottom: 12rem;
	   
	}
	.serviceOneText1 span {
	    
	    font-size: 2.5rem !important;
	}
	
	.scorlldownPng{
	 	position: absolute;
	 	  bottom: 3.5rem;
	 	  width: 100%;
	 	  text-align: center;
	 	    z-index: 99;
	 }
	 .scdownsize{
		  
		  height: 3.8rem;
	 }
	 
	 .newshipei{
		 width: 75% !important;
	 }
	 .news1.inner .swiper-container#News .swiper-slide .name {
	        line-height: 3;
	     font-size: 1.65rem;
	   
	 }
	 .parttext{
		 font-size: 5rem;
	 }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
	

	
}


@media screen and (min-width: 1380px){
	.all .swiper-slides h2 {
	    
	    font-size: 8rem;
	  
	}
	.all .swiper-slides h3 {
	   
	    font-size: 3.2rem;
	   
	}
	
	.videoWidth{
		width: 1000px;
		 
	}
	
	.closeVideo{
	margin-left: 94rem;
	}
	
}